mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 13:08:29 +00:00
tuxmux: change tuxmux version to correct format
This commit is contained in:
parent
a0823450bd
commit
62c9c0e2a0
@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "edeneast";
|
||||
repo = pname;
|
||||
rev = "tuxmux-v${version}";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-WtcEPvNC1GLOfX0ULUnGHtVO8CyHWQYAPCKwsUlKEzc=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user