Gaetan Lepage
2026-04-27 19:29:46 +00:00
parent bee0b42028
commit 208aa2ddf0
+6 -3
View File
@@ -10,16 +10,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "harmonia";
version = "3.0.0";
version = "3.1.0";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "nix-community";
repo = "harmonia";
tag = "harmonia-v${finalAttrs.version}";
hash = "sha256-BovRI3p2KXwQ6RF49NqLc0uKP/Jk+yA8E0eqScaIP68=";
hash = "sha256-fm8PBugKnw72/dAXsRj84jf4EZK1BcVEdEWgtojIuA0=";
};
cargoHash = "sha256-X3A+gV32itmt0SqepioT64IGzHfrCdLsQjF6EDwCTbo=";
cargoHash = "sha256-qp4frhNsWDma8uYcRe3BXmfIu6btYb8IaoXhk4oI4qM=";
doCheck = false;