tremotesf: 2.10.0 -> 2.10.1

This commit is contained in:
R. Ryantm
2026-07-30 05:54:16 +00:00
parent 59785fbed1
commit 2a0fdccdc5
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf";
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "equeim";
repo = "tremotesf2";
tag = finalAttrs.version;
hash = "sha256-1BDCwXlTTB+MkpQacCuHHQaEafEWujAIuYzbxi9XjWc=";
hash = "sha256-x7OH6aWL9+8s7HdX8HZfwQQA10m5MByD+TPsdkeDSV0=";
# We need this for src/libtremotesf
fetchSubmodules = true;
};