mirror of
https://github.com/librekeys/picoforge.git
synced 2026-04-14 08:44:16 -07:00
picoforge: 0.4.0 -> 0.4.1
Diff: https://github.com/librekeys/picoforge/compare/v0.4.0...v0.4.1 Changelog: https://github.com/librekeys/picoforge/releases/tag/v0.4.1
This commit is contained in:
committed by
Suyog Tandel
parent
e49ddee17a
commit
f5953ea2b6
@@ -26,16 +26,16 @@ assert withGLES -> stdenv.hostPlatform.isLinux;
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
pname = "picoforge";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "librekeys";
|
||||
repo = "picoforge";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-K9X0VRcDVrV09unRBIKz1YDKTBHYYqMIC1xDw3MFmmU=";
|
||||
hash = "sha256-dggznCwFs1oYLbf8IYk2RZ+VvyuzfdDlhLPFEdee3mA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Lx36gpZMaQ0b/WDDPBxwykWlobVMvtw+sF+dz96PX9E=";
|
||||
cargoHash = "sha256-SGKoj72WA8qrptI8j05mFczr30PHNnTSy6qyjy6T768=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user