gnome3.seahorse: 3.34 -> 3.34.1 (#77543)

https://gitlab.gnome.org/GNOME/seahorse/blob/3.34.1/NEWS
This commit is contained in:
zowoq 2020-01-12 21:35:36 +10:00 committed by Tor Hedin Brønner
parent 09f0bc828e
commit a9d3d63eaa

View file

@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "seahorse";
version = "3.34";
version = "3.34.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "16sfnqrdlr5xx6kixx2ln1mva7nngjlw1k3f5n454vyaigffjh2v";
sha256 = "19c2zylwgycb5q9hal8rmflc2sywc5c2grpsfsq3rf37i9lfwynw";
};
doCheck = true;