gnome.seahorse: 41.0 → 42.0

https://gitlab.gnome.org/GNOME/seahorse/-/compare/41.0...42.0
This commit is contained in:
Jan Tojnar 2022-05-21 16:02:19 +00:00
parent 48037fd904
commit b5d942b84f

View file

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "seahorse";
version = "41.0";
version = "42.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-5u7AnoEESClfVH8YwdV3K2XD7cHZ5aJZXxC13eaJKfU=";
hash = "sha256-xQys6/jeen4uXx2uC5gjIRR0Epar6NVD45I9YqFT1jA=";
};
nativeBuildInputs = [