tremotesf: 2.7.5 -> 2.8.2

This commit is contained in:
R. Ryantm
2025-04-19 05:25:05 +00:00
parent 3457f544d1
commit 9fb95bb222
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tremotesf";
version = "2.7.5";
version = "2.8.2";
src = fetchFromGitHub {
owner = "equeim";
repo = "tremotesf2";
tag = finalAttrs.version;
hash = "sha256-LJ73ZynofPOMS5rSohJSY94vSQvGfNiNFRyGu6LPfU0=";
hash = "sha256-o6GSuRKO2LNpaFUuSu6VUeZN/blfpsz/piE7RZ47YfI=";
# We need this for src/libtremotesf
fetchSubmodules = true;
};