pay-respects: 0.7.6 -> 0.7.8 (#416003)

Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 14:53:40 +00:00
committed by GitHub
co-authored by SigmaSquadron
+3 -3
View File
@@ -6,18 +6,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pay-respects";
version = "0.7.6";
version = "0.7.8";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "iff";
repo = "pay-respects";
tag = "v${finalAttrs.version}";
hash = "sha256-+50MKpZgJqjuUvJeFFv8fMILkJ3cOAN7R7kmlR+98II=";
hash = "sha256-73uGxcJCWUVwr1ddNjZTRJwx8OfnAPwtp80v1xpUEhA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-TJP+GPkXwPvnBwiF0SCkn8NGz/xyrYjbUZKCbUUSqHQ=";
cargoHash = "sha256-VSv0BpIICkYyCIfGDfK7wfKQssWF13hCh6IW375CI/c=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;