tremotesf: 2.10.0 -> 2.10.1 (#547311)

This commit is contained in:
Nick Cao
2026-07-30 20:33:41 +00:00
committed by GitHub
+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;
};