pkgs/unsup: init

This commit is contained in:
Infinidoge 2025-06-24 23:02:36 -04:00
parent e55205af8a
commit ee460a0913
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 10 additions and 0 deletions

9
pkgs/unsup.nix Normal file
View 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=";
}