tremotesf: 2.8.2 -> 2.9.0 (#448107)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-13 07:03:42 +00:00
committed by GitHub

View File

@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf"; pname = "tremotesf";
version = "2.8.2"; version = "2.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "equeim"; owner = "equeim";
repo = "tremotesf2"; repo = "tremotesf2";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-o6GSuRKO2LNpaFUuSu6VUeZN/blfpsz/piE7RZ47YfI="; hash = "sha256-0nqdCf0rRPEf8O5ZuC2uYLSJavXIDhhiB3sNMryP3Jg=";
# We need this for src/libtremotesf # We need this for src/libtremotesf
fetchSubmodules = true; fetchSubmodules = true;
}; };