pkgs/unsup: init
This commit is contained in:
parent
e55205af8a
commit
ee460a0913
2 changed files with 10 additions and 0 deletions
9
pkgs/unsup.nix
Normal file
9
pkgs/unsup.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ fetchurl }:
|
||||
fetchurl rec {
|
||||
pname = "unsup";
|
||||
version = "1.2.0-pre1";
|
||||
name = "${pname}-${version}.jar";
|
||||
|
||||
url = "https://git.sleeping.town/unascribed/unsup/releases/download/v${version}/${name}";
|
||||
hash = "sha256-OLTHM6haMNJ34rh7N1eBKjyPB7lS541wjTBSl4aLIoc=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue