strawberry: 1.0.10 -> 1.0.11

This commit is contained in:
Peter Hoeg 2023-01-02 21:54:04 +08:00
parent d568507070
commit 43889bbedb

View file

@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
pname = "strawberry";
version = "1.0.10";
version = "1.0.11";
src = fetchFromGitHub {
owner = "jonaski";
repo = pname;
rev = version;
hash = "sha256-N3jLw2UXLXLpTmFIHihzcMXrxJY0gmvwoawTQ0vRR+w=";
hash = "sha256-w2KOZwxPpe/yQw2RBeTEYueeq7m5ZCQXlUH/f52GiyI=";
};
# the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead