tremotesf: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm
2025-12-09 02:43:07 +00:00
parent 864b51ebb4
commit c81ef09979
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "equeim";
repo = "tremotesf2";
tag = finalAttrs.version;
hash = "sha256-0nqdCf0rRPEf8O5ZuC2uYLSJavXIDhhiB3sNMryP3Jg=";
hash = "sha256-bDeyVmcKw6pMrsN123OnZio7YHs1Y/bfg+EnFTHY8gE=";
# We need this for src/libtremotesf
fetchSubmodules = true;
};