about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-12 19:16:37 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-14 01:49:43 +0000
commitdbc8e3a3cfb7cd9a2b5e9df782043ac1a8f6a37f (patch)
tree83229342a9082952dde1dd70ebd0a7fe9d9def04
parent81b970640e56a5c07a336d2c05018b0c9bf57a51 (diff)
uxn: unstable-2023-07-30 -> unstable-2023-08-10
-rw-r--r--pkgs/applications/emulators/uxn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/uxn/default.nix b/pkgs/applications/emulators/uxn/default.nix
index 7151f5b0f9bec..85a3a541f963f 100644
--- a/pkgs/applications/emulators/uxn/default.nix
+++ b/pkgs/applications/emulators/uxn/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation {
   pname = "uxn";
-  version = "unstable-2023-07-30";
+  version = "unstable-2023-08-10";
 
   src = fetchFromSourcehut {
     owner = "~rabbits";
     repo = "uxn";
-    rev = "9ca8e9623d0ab1c299f08d3dd9d54098557f5749";
-    hash = "sha256-K51YiLnBwFWgD3h3l2BhsvzhnHHolZPsjjUWJSe4sPQ=";
+    rev = "a394dcb999525ac56ea37d0563d35849964b6d6a";
+    hash = "sha256-3Q8460pkoATKCEqfa+OfpQ4Lp18Ro5i84s88pkz+uzU=";
   };
 
   buildInputs = [