tuxmux: change tuxmux version to correct format

This commit is contained in:
EdenEast 2024-08-11 16:13:02 -04:00
parent a0823450bd
commit 62c9c0e2a0
No known key found for this signature in database
GPG Key ID: 477909CC176DB692

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=";
};