gnome.gnome-calculator: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/46.0...46.1
This commit is contained in:
Bobby Rong 2024-05-10 14:00:27 +00:00
parent e78405ac05
commit bd285d966a
No known key found for this signature in database

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "46.0";
version = "46.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-RGlP2mtiM5I/XBCkjQLSz1ck4BGoqFeJB0yVMQHzO/E=";
hash = "sha256-LTZ1CnOJAIYSLPPwyD5oUXiRWFYVFlMG+hWWqRhmgkc=";
};
nativeBuildInputs = [