parrot: 1.6.0-unstable-2024-02-28 -> 1.6.0-unstable-2024-07-12

This commit is contained in:
R. Ryantm
2025-02-16 09:16:47 +00:00
parent 5c6ca3c5aa
commit 052b285f42
+3 -3
View File
@@ -15,13 +15,13 @@
}:
rustPlatform.buildRustPackage {
pname = "parrot";
version = "1.6.0-unstable-2024-02-28";
version = "1.6.0-unstable-2024-07-12";
src = fetchFromGitHub {
owner = "aquelemiguel";
repo = "parrot";
rev = "fcf933818a5e754f5ad4217aec8bfb16935d7442";
hash = "sha256-3YTXIKj1iqCB+tN7/0v1DAaMM6aJiSxBYHO98uK8KFo=";
rev = "a6c1e88a1e360d46a91bc536985db87af72245b3";
hash = "sha256-to1SVLzw2l06cqsVOopk9KH2UyGgJ4CwWagHxaDrf4Y=";
};
useFetchCargoVendor = true;