From 705a8a19c9826afcd50d75cdd1eb3ac7a5b8141f Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 19 Aug 2024 13:46:30 +0000 Subject: [PATCH] uninsane-dot-org: 0-unstable-2024-08-06 -> 0-unstable-2024-08-14 --- pkgs/additional/uninsane-dot-org/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/additional/uninsane-dot-org/default.nix b/pkgs/additional/uninsane-dot-org/default.nix index 3dfc6bec7..1718cbc76 100644 --- a/pkgs/additional/uninsane-dot-org/default.nix +++ b/pkgs/additional/uninsane-dot-org/default.nix @@ -8,15 +8,15 @@ let domain = "git.uninsane.org"; owner = "colin"; repo = "uninsane"; - rev = "f9b30ffa430169426c38a162f5a207a19959b057"; - hash = "sha256-6/AioEEFOLEs2vXPzZikIoLszf4M+USSQ3/8SG3hDw4="; + rev = "bfcc274331a1d4aca5c14c443a8f6463cf766f37"; + hash = "sha256-V4+aAk6vLJDoXH57PV33SHSG/GflYwc+XMwSdXavAS8="; }; pkg = callPackage "${src}/default.nix" { }; in pkg.overrideAttrs (base: { inherit src; pname = "uninsane-dot-org"; - version = "0-unstable-2024-08-06"; + version = "0-unstable-2024-08-14"; passthru = (base.passthru or {}) // { updateScript = nix-update-script { extraArgs = [ "--version" "branch" ];