gnome-calculator: 47.1 → 48.rc

https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/47.1...48.rc

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Jan Tojnar
2025-05-07 02:07:53 +02:00
parent b278c57988
commit 8c20da8cc5
+2 -2
View File
@@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "47.1";
version = "48.rc";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
hash = "sha256-vp+SJ5m35+ZclzSLm35kf/4zyDG7OlHTniwWjSrcQOA=";
hash = "sha256-P1QzImV/yhlKYA8+ApFDLGszhL7DhwfZeAVtCkQQNnM=";
};
nativeBuildInputs = [