papers: 50.0 → 50.2

https://gitlab.gnome.org/GNOME/papers/-/compare/50.0...50.2
This commit is contained in:
Tom Hunze
2026-06-16 23:05:24 +08:00
committed by Bobby Rong
parent efec514c0b
commit 20aefa7228
+2 -2
View File
@@ -41,7 +41,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "papers";
version = "50.0";
version = "50.2";
outputs = [
"out"
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/papers/${lib.versions.major finalAttrs.version}/papers-${finalAttrs.version}.tar.xz";
hash = "sha256-MBsg60a8ZNbKcuo3F10o2orqT4YT5HG5TDGF5cTRvAU=";
hash = "sha256-rhvc8c1Hy1DJ2EdleEYH+Bxy3xfdbmrZM/6hQXPSufQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {