gtranslator: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gtranslator/-/compare/47.0...47.1
This commit is contained in:
Bobby Rong
2024-12-08 08:34:58 +08:00
parent aee56a2a55
commit 342485223d
+2 -2
View File
@@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "gtranslator";
version = "47.0";
version = "47.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-duEEHF77Coi6GHZOpFiLThll+lAxTgGhc/o+oBUOHNU=";
hash = "sha256-yRwCZLmpnjCR75EfcxqP9tCahKK8115WUZcdprvqYiI=";
};
nativeBuildInputs = [