Skip to content

Commit

Permalink
strawberry: 1.2.3 -> 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2025
1 parent d6f326a commit ffa7d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/strawberry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation rec {
pname = "strawberry";
version = "1.2.3";
version = "1.2.4";

src = fetchFromGitHub {
owner = "jonaski";
repo = pname;
rev = version;
hash = "sha256-90gnPw21oBHrRslJmB2hUId0WI7Gf+I4bvdS+dvAHdI=";
hash = "sha256-acTFJS8E0hQNbiiOi8DfPyTiUcKjXwg5trk3Q2mYYmQ=";
};

# the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
Expand Down

0 comments on commit ffa7d8c

Please sign in to comment.