deadbranch: 0.3.0 -> 0.4.0 (#505105)

This commit is contained in:
Nick Cao
2026-03-31 20:44:16 +00:00
committed by GitHub
+3 -3
View File
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "deadbranch";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "armgabrielyan";
repo = "deadbranch";
tag = "v${finalAttrs.version}";
hash = "sha256-8KNo/6hdeBY8RbLlXt2gpLCk2DfvSuoeXJ0oh2NDX2s=";
hash = "sha256-ub06sn3CUlbU9LkDCbZJmoZ7CQef97HeXhRdW6ESw1U=";
};
cargoHash = "sha256-iY39RBA0fl/BpX6mlCH2bHuN+XsLdq4f7CTzjHz9Ots=";
cargoHash = "sha256-9AhTTvSv0HGQxglifmcEU0ApZuCIng7gFgfCMQLXpLo=";
nativeBuildInputs = [ installShellFiles ];