gtranslator: 47.1 -> 48.0 (#394706)

This commit is contained in:
jopejoe1 2025-04-05 13:04:00 +02:00 committed by GitHub
commit d96002e6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gtranslator";
version = "47.1";
version = "48.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-yRwCZLmpnjCR75EfcxqP9tCahKK8115WUZcdprvqYiI=";
hash = "sha256-5468IAaiUdh5btHnK5wuU2R5c3B+ZbdNn5RSGwOSnp8=";
};
nativeBuildInputs = [