nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

xdg-desktop-portal-gnome: 44.0 → 44.1

https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/compare/44.0...44.1

+2 -2
+2 -2
pkgs/development/libraries/xdg-desktop-portal-gnome/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "xdg-desktop-portal-gnome"; 23 - version = "44.0"; 23 + version = "44.1"; 24 24 25 25 src = fetchurl { 26 26 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 27 - sha256 = "VQEeV/ZLfK8IN0Be+gNKM2uec965+E5cFMyfeo4OezQ="; 27 + sha256 = "NoLFRsgZIqW6adYthvacDCaxfJCWgj9YFJ0LVbvw7ts="; 28 28 }; 29 29 30 30 nativeBuildInputs = [