flashprog: 1.1 -> 1.2 (#336203)

This commit is contained in:
Atemu 2024-08-27 01:07:19 +02:00 committed by GitHub
commit d50f95b7c0
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.1";
version = "1.2";
src = fetchgit {
url = "https://review.sourcearcade.org/flashprog";
rev = "v${finalAttrs.version}";
hash = "sha256-CLwaGxVOo8FJaWfvrJ2hAm7XonP5nHT6YTsaw7scKCM=";
hash = "sha256-Z09hZ4a/G3DhWCmSkPyKs7ecSFBUfez7IWWxIhH3LyI=";
};
nativeBuildInputs = [