rebuilderd: 0.24.0 -> 0.25.0 (#435615)

This commit is contained in:
Wolfgang Walther
2025-09-13 19:36:00 +00:00
committed by GitHub
+3 -3
View File
@@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rebuilderd";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "kpcyrd";
repo = "rebuilderd";
tag = "v${finalAttrs.version}";
hash = "sha256-6LBTUb6kCR/oSyIhiVADSz+oE2xLSY5GKxUQ4HcDFJk=";
hash = "sha256-BuL9s3ewZ1NvR9GG51TVrAncB0PR78Wuw8by+loSP8Q=";
};
postPatch = ''
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail '/bin/echo' 'echo'
'';
cargoHash = "sha256-s6gXinH706tAxDyHrhPV4u+Z1tbLvBOhI1JhdiwrHG8=";
cargoHash = "sha256-4M5uWgksYsV8PGe0zn9ADv06q3Ga/GVoQ8HjS7GCnwo=";
nativeBuildInputs = [
pkg-config