aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/hal-flash
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 18:13:46 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 18:13:46 -0800
commit9153893b8464946aaae8cf16608a6960ede575bb (patch)
tree59925d626fa4d3106bbf2417618466e611121a9e /pkgs/os-specific/linux/hal-flash
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
hal-flash: 0.3.0 -> 0.3.3
Semi-automatic update. These checks were performed: - built on NixOS - found 0.3.3 with grep in /nix/store/88qd4dw0rxmxgqprqc0dg8jp7w3zcmzk-hal-flash-0.3.3 - found 0.3.3 in filename of file in /nix/store/88qd4dw0rxmxgqprqc0dg8jp7w3zcmzk-hal-flash-0.3.3 cc "@malyn"
Diffstat (limited to 'pkgs/os-specific/linux/hal-flash')
-rw-r--r--pkgs/os-specific/linux/hal-flash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/hal-flash/default.nix b/pkgs/os-specific/linux/hal-flash/default.nix
index a299fd0f4338..27b85fbfc89a 100644
--- a/pkgs/os-specific/linux/hal-flash/default.nix
+++ b/pkgs/os-specific/linux/hal-flash/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoconf, automake, dbus, glib, libtool, pkgconfig, udisks2 }:
stdenv.mkDerivation {
- name = "hal-flash-0.3.0";
+ name = "hal-flash-0.3.3";
src = fetchurl {
- url = "https://github.com/cshorler/hal-flash/archive/v0.3.0.tar.gz";
- sha256 = "163pqy39cca8cnf8rm8zr63ndsnr7rki9pf9j7dl9gyxmi7sx88s";
+ url = "https://github.com/cshorler/hal-flash/archive/v0.3.3.tar.gz";
+ sha256 = "0dw9bx190mrh0dycw4rfvfmwwvh2sgypffr99nfnr36b38jrd6y6";
};
nativeBuildInputs = [ pkgconfig ];