uxn: unstable-2023-11-12 -> unstable-2023-12-05
This commit is contained in:
parent
4c37153a2c
commit
f817d12bab
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "uxn";
|
||||
version = "unstable-2023-11-12";
|
||||
version = "unstable-2023-12-05";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~rabbits";
|
||||
repo = "uxn";
|
||||
rev = "86c46be310032bc6588bdc813fae1bc235fac60b";
|
||||
hash = "sha256-qyFIJORrjONwyasDvO3COUcE4VJAjZEa3QJDQ+rhwqY=";
|
||||
rev = "14bf95ba390f9cb84c23ed084b69787efe253e06";
|
||||
hash = "sha256-oQAt9jDO0FZm6+6bBt/nDimkbiKsvuhsxnFcsNWvop8=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "projects" ];
|
||||
|
|
Loading…
Reference in a new issue