gnome-calculator: 47.beta → 47.0

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-16 15:41:46 +00:00
parent 27c4a6d01e
commit 10683add1d
No known key found for this signature in database

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "47.beta";
version = "47.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
hash = "sha256-2M8oR/GmVxoEwJUhDBg4H84Y9kq+9zTNey1C9b8Sqis=";
hash = "sha256-3s2yMoO12+70CVG2nq99S4DAw4gN2wGGP58PFVT4mYs=";
};
nativeBuildInputs = [