lurk: 0.3.12 -> 0.3.14 (#513135)

This commit is contained in:
Gergő Gutyina
2026-04-24 22:35:58 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lurk";
version = "0.3.12";
version = "0.3.14";
src = fetchFromGitHub {
owner = "jakwai01";
repo = "lurk";
tag = "v${finalAttrs.version}";
hash = "sha256-gVxul9LeNbsP2eP0j5T6AL7pQh8Ls2lht3ki5JQ9kZM=";
hash = "sha256-Q7lxPjEfzbGPes11fP7qJY4cYetem7tKQasQcy67oRU=";
};
cargoHash = "sha256-NNwcc4rUol9M59XzoQBNw/MfHw3LP6pUtNjw6OY6bMc=";
cargoHash = "sha256-QOdqA3gHfhBUWL5CHA5p4ueKwZusE5NBlGezBG//3FA=";
postPatch = ''
substituteInPlace src/lib.rs \