polarity: latest-unstable-2025-03-14 -> latest-unstable-2025-03-26

This commit is contained in:
R. Ryantm
2025-03-27 05:33:49 +00:00
parent 772cf0f3fd
commit 01ce3ebd11
+4 -4
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-03-14";
version = "latest-unstable-2025-03-26";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "ab9fda44fb490da445dcaee7ad9f8bf08b9e9e10";
hash = "sha256-ufWHDqvAaQiqwlezm95BCTLMdQEK5NTmMQgeq3oKR1o=";
rev = "73c91061930cf10002aae4f2dd7ac301af20dfdc";
hash = "sha256-EN4xOBIrIrNBd/YQPc1xRagAvCdvEH83shb2axj9xX0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+RqW8ISBKMKIzsJd3PBUPi5OYCADjXctOH+jH19qg9g=";
cargoHash = "sha256-wpO7JYLjuEbKc/a4WO4KeUxdDCI1BswvgvSH+sFh1V0=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };