summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-20 01:59:37 +0000
committerPeter Hoeg <peter@hoeg.com>2023-01-20 14:26:07 +0800
commitd949e698241675e47c0500c4b3844729351548f2 (patch)
tree0d692db0b54fa07b69bf5fc98220109062790a40
parent746f7b4ef2eeb30de51a83e0c900519b08776f22 (diff)
downloadnixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar.gz
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar.bz2
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar.lz
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar.xz
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.tar.zst
nixpkgs-d949e698241675e47c0500c4b3844729351548f2.zip
strawberry: 1.0.13 -> 1.0.14
-rw-r--r--pkgs/applications/audio/strawberry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix
index e6dc8e13a71..eeed1e1837c 100644
--- a/pkgs/applications/audio/strawberry/default.nix
+++ b/pkgs/applications/audio/strawberry/default.nix
@@ -42,13 +42,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "strawberry";
-  version = "1.0.13";
+  version = "1.0.14";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    hash = "sha256-szvCI1olC7GccJUGwR2Cx+FNGvfxeESsiSwWPTXWbc0=";
+    hash = "sha256-ThfycS5yNpp6+mE33qPqEWlhSB3OIF7d/t2XvI+rF2E=";
   };
 
   # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead