tremotesf: 2.9.1 -> 2.10.0

This commit is contained in:
R. Ryantm
2026-07-21 00:28:02 +00:00
parent 415dbf0d23
commit a1836fd3b1
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf";
version = "2.9.1";
version = "2.10.0";
src = fetchFromGitHub {
owner = "equeim";
repo = "tremotesf2";
tag = finalAttrs.version;
hash = "sha256-bDeyVmcKw6pMrsN123OnZio7YHs1Y/bfg+EnFTHY8gE=";
hash = "sha256-1BDCwXlTTB+MkpQacCuHHQaEafEWujAIuYzbxi9XjWc=";
# We need this for src/libtremotesf
fetchSubmodules = true;
};