mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
picoforge: 0.4.1 -> 0.5.0+1
Diff: https://github.com/librekeys/picoforge/compare/v0.4.1...v0.5.0+1 Changelog: https://github.com/librekeys/picoforge/releases/tag/v0.5.0+1
This commit is contained in:
committed by
Suyog Tandel
parent
2a3112b8ff
commit
a65cba6876
+3
-3
@@ -26,16 +26,16 @@ assert withGLES -> stdenv.hostPlatform.isLinux;
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
pname = "picoforge";
|
||||
version = "0.4.1";
|
||||
version = "0.5.0+1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "librekeys";
|
||||
repo = "picoforge";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-dggznCwFs1oYLbf8IYk2RZ+VvyuzfdDlhLPFEdee3mA=";
|
||||
hash = "sha256-onkRH8YeNjqzQU1JNUT45WjSJPm1BIcBjuzWCi7yfrA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-SGKoj72WA8qrptI8j05mFczr30PHNnTSy6qyjy6T768=";
|
||||
cargoHash = "sha256-zY9YibpzCLkIJ6urImirn+BoGC6BYJzauAIgPlYsdvQ=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user