mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:27:40 +00:00
outguess: modernize
This commit is contained in:
parent
5de6392267
commit
387380b961
@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "resurrecting-open-source-projects";
|
||||
repo = "outguess";
|
||||
rev = finalAttrs.version;
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-yv01jquPTnVk9fd1tqAt1Lxis+ZHZqdG3NiTFxfoXAE=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user