mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
Merge pull request #333981 from EdenEast/tuxmux-v0.2.2
tuxmux: change tuxmux version to correct format
This commit is contained in:
commit
8348deaf95
@ -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