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" ];