popsicle: migrate to new fetcher

This commit is contained in:
TomaSajt
2024-11-15 13:09:17 +01:00
parent bbda9b4352
commit eb696f7eaa
2 changed files with 3 additions and 2789 deletions
-2782
View File
File diff suppressed because it is too large Load Diff
+3 -7
View File
@@ -22,13 +22,9 @@ stdenv.mkDerivation rec {
hash = "sha256-sWQNav7odvX+peDglLHd7Jrmvhm5ddFBLBla0WK7wcE=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"dbus-udisks2-0.3.0" = "sha256-VtwUUXVPyqvcOtphBH42CkRmW5jI+br9oDJ9wY40hsE=";
"iso9660-0.1.1" = "sha256-CXgvQvNbUWuNDpw92djkK1PZ2GbGj5KSNzkjAsNEDrU=";
"pbr-1.1.1" = "sha256-KfzPhDiFj6jm1GASXnSoppkHrzoHst7v7cSNTDC/2FM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-KWVX5eOewARccI+ukNfEn8Wc3He1lWXjm9E/Dl0LuM4=";
};
nativeBuildInputs = [