mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
flashprog: 1.2 -> 1.3
Release notes: https://flashprog.org/wiki/Flashprog/v1.3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
(cherry picked from commit a83c3c5546
)
This commit is contained in:
parent
8874a5ae6f
commit
3739480232
@ -14,12 +14,12 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "flashprog";
|
||||
version = "1.2";
|
||||
version = "1.3";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://review.sourcearcade.org/flashprog";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-Z09hZ4a/G3DhWCmSkPyKs7ecSFBUfez7IWWxIhH3LyI=";
|
||||
hash = "sha256-S+UKDtpKYenwm+zR+Bg8HHxb2Jr7mFHAVCZdZTqCyRQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user