Skip to content

Commit 1a3635f

Browse files
authored
flashprog: 1.2 -> 1.3 (#355415)
2 parents f288ae8 + a83c3c5 commit 1a3635f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fl/flashprog/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "flashprog";
17-
version = "1.2";
17+
version = "1.3";
1818

1919
src = fetchgit {
2020
url = "https://review.sourcearcade.org/flashprog";
2121
rev = "v${finalAttrs.version}";
22-
hash = "sha256-Z09hZ4a/G3DhWCmSkPyKs7ecSFBUfez7IWWxIhH3LyI=";
22+
hash = "sha256-S+UKDtpKYenwm+zR+Bg8HHxb2Jr7mFHAVCZdZTqCyRQ=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)