Merge pull request #333981 from EdenEast/tuxmux-v0.2.2

tuxmux: change tuxmux version to correct format
This commit is contained in:
éclairevoyant
2024-08-13 03:14:34 +00:00
committed by GitHub
+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=";
};