[Backport release-24.11] flashprog: 1.2 -> 1.3 (#356203)

This commit is contained in:
Leona Maroni 2024-11-18 18:29:56 +01:00 committed by GitHub
commit efec2c1158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [