gnome-calculator: 46.1 → 47.beta

https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/46.1...47.beta

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2024-10-14 20:46:04 +08:00
parent a0403a0af7
commit a88c0f71d1
+2 -2
View File
@@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "46.1";
version = "47.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
hash = "sha256-LTZ1CnOJAIYSLPPwyD5oUXiRWFYVFlMG+hWWqRhmgkc=";
hash = "sha256-2M8oR/GmVxoEwJUhDBg4H84Y9kq+9zTNey1C9b8Sqis=";
};
nativeBuildInputs = [