libadwaita-latest: 2022-07-27 -> 1.2.0

This commit is contained in:
Gabriel Arazas 2022-09-19 20:57:09 +08:00
parent 6da23e645a
commit 5ea0a1ebc6

View File

@ -32,13 +32,13 @@ let
hush-shell = callPackage ./hush-shell.nix { }; hush-shell = callPackage ./hush-shell.nix { };
ictree = callPackage ./ictree.nix { }; ictree = callPackage ./ictree.nix { };
libadwaita-latest = libadwaita.overrideAttrs (super: self: { libadwaita-latest = libadwaita.overrideAttrs (super: self: {
version = "2022-07-27"; version = "1.2.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "GNOME"; owner = "GNOME";
repo = "libadwaita"; repo = "libadwaita";
rev = "68bf0fbcfb9134bbc13345d16243ff15b1989693"; rev = "1.2.0";
hash = "sha256-HWtDpOsHMR2kG5nr6pfznhDoyRpGihLCA7hsT99QqdA="; hash = "sha256-3lH7Vi9M8k+GSrCpvruRpLrIpMoOakKbcJlaAc/FK+U=";
}; };
}); });
libcs50 = callPackage ./libcs50.nix { }; libcs50 = callPackage ./libcs50.nix { };