about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 10:20:18 +0100
committerGitHub <noreply@github.com>2024-01-20 10:20:18 +0100
commit644eb0f8d9d192a5acbdd0c841b42124175a759d (patch)
tree3c284303d50c0166664b4c335b121c6c30824e24 /pkgs/applications/misc
parent2bb2915a321c364ff46f976b565bc75cb15e2a3c (diff)
parentd05a864db230e7b7442e4ea42506988bcf8ce01d (diff)
Merge pull request #279102 from r-ryantm/auto-update/avrdudess
avrdudess: 2.14 -> 2.15
Diffstat (limited to 'pkgs/applications/misc')
-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 e4047e26b8469..1a59729ae9a7f 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.14";
+  version = "2.15";
 
   src = fetchurl {
-    url = "https://github.com/ZakKemble/AVRDUDESS/releases/download/v2.14/AVRDUDESS-2.14-portable.zip";
-    sha256 = "sha256-x3xcsJLBJVO8XdV4OUveZ4KLqN5z/z0FsNLbGHSNoHs=";
+    url = "https://github.com/ZakKemble/AVRDUDESS/releases/download/v2.15/AVRDUDESS-2.15-portable.zip";
+    sha256 = "sha256-TILveSFlZOzkd7XpW6haWZzrWTb7f/GMoj+fHNEJYLA=";
   };
 
   nativeBuildInputs = [ unzip ];