some versions
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
fontconfig,
|
||||
freetype,
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (lib.trivial) importJSON;
|
||||
versions = importJSON ./versions.json;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "librepods";
|
||||
version = "0.1.0";
|
||||
@@ -23,8 +26,8 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "kavishdevar";
|
||||
repo = "librepods";
|
||||
rev = "c852b726deb5344ea3637332722a7c93f3858d60";
|
||||
hash = "sha256-RoOkINI+ahepAbgwdkcl1iI9XGI/gYXWiH0J9Eb90pg=";
|
||||
rev = versions.rev;
|
||||
hash = versions.hash;
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/linux-rust";
|
||||
|
||||
Reference in New Issue
Block a user