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

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

uxn: 1.0-unstable-2024-05-10 -> 1.0-unstable-2024-05-30
parents 675c1f19 4a2828b2
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-10";
  version = "1.0-unstable-2024-05-30";

  src = fetchFromSourcehut {
    owner = "~rabbits";
    repo = "uxn";
    rev = "bb57b85f5724ccabdb081ff83080c2e3e0e122f7";
    hash = "sha256-S/lTa6nQ7qIIibYaLfaS4l2dEKgOwXuMryvK9j7FD9Y=";
    rev = "987a3348a64be19fd7cd75bec7fa08c2619b478b";
    hash = "sha256-Yrlfnh9OuIEXEowM86UxkvX40522oP+yyQphmaQcY+s=";
  };

  outputs = [ "out" "projects" ];