popsicle: migrate to new fetcher

This commit is contained in:
TomaSajt 2024-10-18 12:11:23 +02:00
parent bbda9b4352
commit eb696f7eaa
No known key found for this signature in database
GPG Key ID: F011163C050122A1
2 changed files with 3 additions and 2789 deletions

File diff suppressed because it is too large Load Diff

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 = [