1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

uxn: 1.0-unstable-2024-06-15 -> 1.0-unstable-2024-07-26

This commit is contained in:
R. Ryantm 2024-07-26 21:29:29 +00:00
parent e97c8b67e3
commit 08f590820f

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxn";
version = "1.0-unstable-2024-06-15";
version = "1.0-unstable-2024-07-26";
src = fetchFromSourcehut {
owner = "~rabbits";
repo = "uxn";
rev = "1c74aa173147b19135f1bf21af5fb30f9b76e02d";
hash = "sha256-xhMXDAc/laQKZtYBFvFSyVtJv5AkvugV8olHmB6Mt4g=";
rev = "bf10311d5aad4184098c84a96845e30b1f53634d";
hash = "sha256-OVITP8AbWchcFaVOHkck8hwGlEl/TgtbtkApoKex4ig=";
};
outputs = [ "out" "projects" ];