We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ded93 commit 9b412b6Copy full SHA for 9b412b6
pkgs/by-name/ux/uxn/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation (finalAttrs: {
9
pname = "uxn";
10
- version = "1.0-unstable-2024-09-20";
+ version = "1.0-unstable-2024-10-19";
11
12
src = fetchFromSourcehut {
13
owner = "~rabbits";
14
repo = "uxn";
15
- rev = "f8c53f59b012dd56d44ae50cdf90dd1dad6cce23";
16
- hash = "sha256-Ee4hN3OnqF/OhKieGtzT4XOhNJIhywCgP6Us0DZTVBI=";
+ rev = "30ac4bdcb1efed3680f746fd8290f1aeb7a6fd27";
+ hash = "sha256-p+N5zOl9Gjd3C0Vx8t4B9njO1aQ8PTcik6WlsQPGKyU=";
17
};
18
19
outputs = [ "out" "projects" ];
0 commit comments