Jost Alemann
2026-02-25 22:01:33 +01:00
parent 14f2f67d8f
commit a7c5d0a095
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sd";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "chmln";
repo = "sd";
rev = "v${finalAttrs.version}";
hash = "sha256-hC4VKEgrAVuqOX7b24XhtrxrnJW5kmlX4E6QbY9H8OA=";
hash = "sha256-HK53+1oH3EJm4Tg6BhLtG575FlBREb0OCetIQuCsBNc=";
};
cargoHash = "sha256-KbEw09tTsUl9BLQsL7lW4VQq6D9E4lBiZf3Jrthst2Y=";
cargoHash = "sha256-iOCIX7hq8RqRihVQrVoU2qCTSziuJePxsexkDSCZS9c=";
nativeBuildInputs = [ installShellFiles ];