uninsane-dot-org: 0-unstable-2024-08-06 -> 0-unstable-2024-08-14

This commit is contained in:
2024-08-19 13:46:30 +00:00
parent c8b28580a9
commit 705a8a19c9

View File

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