gnote: 49.0 -> 49.1

This commit is contained in:
R. Ryantm
2025-12-06 20:27:18 +00:00
parent 300f2d4247
commit 8e64f8ffa6
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "gnote";
version = "49.0";
version = "49.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-GXUaLyN3Kb+fSElVQKNeNG5FwbobAW25y3VNReztCl0=";
hash = "sha256-l845YCx31l3w1d0z4HtbhtakWFdtzh5rbtGx5If14HM=";
};
buildInputs = [