We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69614d6 + b03d0ed commit e7447b7Copy full SHA for e7447b7
pkgs/development/libraries/libadwaita/default.nix
@@ -24,7 +24,7 @@
24
25
stdenv.mkDerivation (finalAttrs: {
26
pname = "libadwaita";
27
- version = "1.6.1";
+ version = "1.6.2";
28
29
outputs = [ "out" "dev" "devdoc" ];
30
outputBin = "devdoc"; # demo app
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
34
owner = "GNOME";
35
repo = "libadwaita";
36
rev = finalAttrs.version;
37
- hash = "sha256-oCTMMKpI7XqpK37SGXgQFNqCZyTuuIE6TOz/k5nUNGU=";
+ hash = "sha256-HNj6gCQFs1ECjJETtQ7oWEVT02IqRssiEtbhg1dQmY8=";
38
};
39
40
depsBuildBuild = [
0 commit comments