Skip to content

Commit fb82518

Browse files
committed
1 parent 5046c93 commit fb82518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/libadwaita/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "libadwaita";
23-
version = "1.2.2";
23+
version = "1.2.3";
2424

2525
outputs = [ "out" "dev" "devdoc" ];
2626
outputBin = "devdoc"; # demo app
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
3030
owner = "GNOME";
3131
repo = "libadwaita";
3232
rev = version;
33-
hash = "sha256-ftq7PLbTmhAAAhAYfrwicWn8t88+dG45G8q/vQa2cKw=";
33+
hash = "sha256-m69TpXCs6QpVrN+6auig71ik+HvVprHi0OnlyDwTL7U=";
3434
};
3535

3636
depsBuildBuild = [

0 commit comments

Comments
 (0)