gnote: 45.0 → 45.1

https://gitlab.gnome.org/GNOME/gnote/-/compare/45.0...45.1
This commit is contained in:
R. RyanTM 2024-01-02 05:26:24 -08:00 committed by GitHub
parent 137c090a7d
commit 596d294f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "gnote";
version = "45.0";
version = "45.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-XRb9h9FA7HL7s1ewVp2u+4Io4HgUcBVG5r3mVyGTwko=";
hash = "sha256-nuwn+MsKENL9uRSkUei4QYwmDni/BzYHgaeKXkGM+UE=";
};
buildInputs = [