mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
stm32flash: 1.0 -> 0.5
This version is newer. 1.0 was given as a placeholder, I presume, because that sourcetree wasn't versioned. [Bjørn: extend commit message.]
This commit is contained in:
parent
64413dec3e
commit
45e41b75f7
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, unzip }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "stm32flash-1.0";
|
||||
name = "stm32flash-0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/stm32flash/stm32flash.tar.gz";
|
||||
sha256 = "04k631g9lzvp9xr4sw51xpq1g542np61s1l8fpwx9rbsc8m5l0i6";
|
||||
url = mirror://sourceforge/stm32flash/stm32flash-0.5.tar.gz;
|
||||
sha256 = "01p396daqw3zh6nijffbfbwyqza33bi2k4q3m5yjzs02xwi99alp";
|
||||
};
|
||||
|
||||
buildFlags = [ "CC=cc" ];
|
||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation {
|
|||
homepage = https://sourceforge.net/projects/stm32flash/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.all; # Should work on all platforms
|
||||
maintainers = [ maintainers.the-kenny ];
|
||||
maintainers = with maintainers; [ the-kenny elitak ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue