polarity: latest-unstable-2025-02-13 -> latest-unstable-2025-02-28 (#386627)
Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>
This commit is contained in:
Generated
+3
@@ -950,7 +950,9 @@ dependencies = [
|
||||
"comrak",
|
||||
"driver",
|
||||
"opener",
|
||||
"pretty",
|
||||
"printer",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2634,6 +2636,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"askama_escape",
|
||||
"pretty",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "polarity";
|
||||
version = "latest-unstable-2025-02-13";
|
||||
version = "latest-unstable-2025-02-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "polarity-lang";
|
||||
repo = "polarity";
|
||||
rev = "48d38742310d320fcf02e585db711ac4f80af742";
|
||||
hash = "sha256-GFMgathIgEG7/4Vo+JWczvUpK7RBzyrnPKj12OW80Mc=";
|
||||
rev = "627a0d0ebfca2a586279e284921e05313514d374";
|
||||
hash = "sha256-Q/lx4/cFpttbGRvyPnMC6YBHn/7kyKZAP5Y2mtBeGQ8=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
||||
Reference in New Issue
Block a user