mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
uxn: unstable-2024-04-15 -> 1.0-unstable-2024-05-06
This commit is contained in:
parent
b771106b51
commit
d68b47892b
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "uxn";
|
||||
version = "unstable-2024-04-15";
|
||||
version = "1.0-unstable-2024-05-06";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~rabbits";
|
||||
repo = "uxn";
|
||||
rev = "b0bfb38dccff4ff7b0fa6d384651f7847a76fd1f";
|
||||
hash = "sha256-OLrIIrcIfFI96+Q2fc0JSqJHBMcoN9+LL5E/YCN21Kc=";
|
||||
rev = "3a696f8fa9931857e99e50074c6994649ee62d37";
|
||||
hash = "sha256-wJUyFuF7ZCKQSa3RvklQYTDGmuQa062w5E2h0/aI0cQ=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "projects" ];
|
||||
|
|
Loading…
Reference in a new issue