mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
junest: 7.4.8 -> 7.4.9
This commit is contained in:
parent
54770984fc
commit
311fada2d6
@ -2,13 +2,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "junest";
|
||||
version = "7.4.8";
|
||||
version = "7.4.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fsquillace";
|
||||
repo = "junest";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-9yrQ721fHUxXEZ0mh27SB8yoUH67ltOktUq3kr4qrBc=";
|
||||
hash = "sha256-iPZN4zPHRsOh5GjRUbeEQj7BYO2Ng93mNn8TvxpDN3Q=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user