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

uxn: 1.0-unstable-2024-10-19 -> 1.0-unstable-2024-11-30 (#362697)

parents 8b047c00 940b0e9a
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-10-19";
  version = "1.0-unstable-2024-11-30";

  src = fetchFromSourcehut {
    owner = "~rabbits";
    repo = "uxn";
    rev = "30ac4bdcb1efed3680f746fd8290f1aeb7a6fd27";
    hash = "sha256-p+N5zOl9Gjd3C0Vx8t4B9njO1aQ8PTcik6WlsQPGKyU=";
    rev = "ac3f9ccb20dcbd63180d121d0df43efa01a91a8f";
    hash = "sha256-YHRdELTVf6BNa7HFu1buAG9HKRdpx++XjU60P2huY/Q=";
  };

  outputs = [ "out" "projects" ];