tuxmux: change tuxmux version to correct format

This commit is contained in:
EdenEast
2024-08-12 21:26:15 -04:00
parent a0823450bd
commit 62c9c0e2a0
+1 -1
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "edeneast";
repo = pname;
rev = "tuxmux-v${version}";
rev = "v${version}";
hash = "sha256-WtcEPvNC1GLOfX0ULUnGHtVO8CyHWQYAPCKwsUlKEzc=";
};