Skip to content

Commit

Permalink
libpanel: 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Jan 10, 2024
1 parent 2b3ee85 commit 3c75b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libpanel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

stdenv.mkDerivation rec {
pname = "libpanel";
version = "1.4.0";
version = "1.4.1";

outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";

src = fetchurl {
url = "mirror://gnome/sources/libpanel/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "gPFD2QDoztj/hPqG/jTra0gyPLYQvPtoWOpl2LmPFSw=";
sha256 = "mEENAOc0hX7N8zuaIN17D7ONi20x1Dabr8HGc5Krud4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3c75b9e

Please sign in to comment.