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
commit 8348deaf95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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