Skip to content

Commit 8348dea

Browse files
Merge pull request #333981 from EdenEast/tuxmux-v0.2.2
tuxmux: change tuxmux version to correct format
2 parents 696a4e3 + 62c9c0e commit 8348dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/tu/tuxmux/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
1313
src = fetchFromGitHub {
1414
owner = "edeneast";
1515
repo = pname;
16-
rev = "tuxmux-v${version}";
16+
rev = "v${version}";
1717
hash = "sha256-WtcEPvNC1GLOfX0ULUnGHtVO8CyHWQYAPCKwsUlKEzc=";
1818
};
1919

0 commit comments

Comments
 (0)