about summary refs log tree commit diff
path: root/pkgs/applications/misc/avrdudess
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-13 07:53:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-13 07:53:33 +0000
commitc60a707729e5766a85401e90ba5aec0b0f11603d (patch)
treea64620c8af773d5a3c23fa724aabd409838918e4 /pkgs/applications/misc/avrdudess
parent4e53560e8981ad3f3625c93d77f57b9b9d0b3757 (diff)
avrdudess: 2.16 -> 2.17
Diffstat (limited to 'pkgs/applications/misc/avrdudess')
-rw-r--r--pkgs/applications/misc/avrdudess/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/avrdudess/default.nix b/pkgs/applications/misc/avrdudess/default.nix
index 4133fd8e5a29d..ff171f4574094 100644
--- a/pkgs/applications/misc/avrdudess/default.nix
+++ b/pkgs/applications/misc/avrdudess/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation {
   pname = "avrdudess";
-  version = "2.16";
+  version = "2.17";
 
   src = fetchurl {
-    url = "https://github.com/ZakKemble/AVRDUDESS/releases/download/v2.16/AVRDUDESS-2.16-portable.zip";
-    sha256 = "sha256-Ow6WYdQfEDldI9q9CTpd13wtLZGTEkcHxz0Zg7QIZIs=";
+    url = "https://github.com/ZakKemble/AVRDUDESS/releases/download/v2.17/AVRDUDESS-2.17-portable.zip";
+    sha256 = "sha256-TcXXGDs75Q2ew+m2B/p00Y24O5aJQlp+3FcAn7GSVyI=";
   };
 
   nativeBuildInputs = [ unzip ];