Merge pull request #293183 from r-ryantm/auto-update/uxn
uxn: 1.0-unstable-2024-02-15 -> 1.0-unstable-2024-03-08
This commit is contained in:
commit
10d704665f
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "uxn";
|
pname = "uxn";
|
||||||
version = "1.0-unstable-2024-02-15";
|
version = "1.0-unstable-2024-03-08";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~rabbits";
|
owner = "~rabbits";
|
||||||
repo = "uxn";
|
repo = "uxn";
|
||||||
rev = "c37d2cd75c855d0932a93cd8fdadd1db00b05e48";
|
rev = "b1549867e4a58e8ed0ac107bdf841bc879fa293f";
|
||||||
hash = "sha256-O8XN0+ixo2xMXtJkEoJAqrKZ1M4s4YoHSxKWGOUyl1k=";
|
hash = "sha256-P2EekvFbRtLDwPXOhu40S9LL4ZOWerJs8z8Of2QM418=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "projects" ];
|
outputs = [ "out" "projects" ];
|
||||||
|
|
Loading…
Reference in a new issue