Unverified Commit 18bcf600 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #311752 from r-ryantm/auto-update/uxn

uxn: 1.0-unstable-2024-05-06 -> 1.0-unstable-2024-05-10
parents 3a91cb37 b2707b1c
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" ];