Skip to content

Commit d5e0724

Browse files
committed
pantheon.elementary-music: 8.0.0 -> 8.1.0
elementary/music@8.0.0...8.1.0
1 parent d7600c7 commit d5e0724

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/apps/elementary-music

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/elementary-music/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation rec {
2121
pname = "elementary-music";
22-
version = "8.0.0";
22+
version = "8.1.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "elementary";
2626
repo = "music";
2727
rev = version;
28-
sha256 = "sha256-pqOAeHTFWSoJqXE9UCUkVIy5T7EoYsieJ4PMU1oX9ko=";
28+
sha256 = "sha256-ALAQh+iFhRhAMCwYDM0Bcww1K/xJ/AajZu/52baI3gQ=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)