Commit b2707b1c authored by R. RyanTM's avatar R. RyanTM
Browse files

uxn: 1.0-unstable-2024-05-06 -> 1.0-unstable-2024-05-10

parent 18198ef6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "uxn";
  version = "1.0-unstable-2024-05-06";
  version = "1.0-unstable-2024-05-10";

  src = fetchFromSourcehut {
    owner = "~rabbits";
    repo = "uxn";
    rev = "3a696f8fa9931857e99e50074c6994649ee62d37";
    hash = "sha256-wJUyFuF7ZCKQSa3RvklQYTDGmuQa062w5E2h0/aI0cQ=";
    rev = "bb57b85f5724ccabdb081ff83080c2e3e0e122f7";
    hash = "sha256-S/lTa6nQ7qIIibYaLfaS4l2dEKgOwXuMryvK9j7FD9Y=";
  };

  outputs = [ "out" "projects" ];