We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62cbf13 + d5e0724 commit 141441eCopy full SHA for 141441e
pkgs/desktops/pantheon/apps/elementary-music/default.nix
@@ -19,13 +19,13 @@
19
20
stdenv.mkDerivation rec {
21
pname = "elementary-music";
22
- version = "8.0.0";
+ version = "8.1.0";
23
24
src = fetchFromGitHub {
25
owner = "elementary";
26
repo = "music";
27
rev = version;
28
- sha256 = "sha256-pqOAeHTFWSoJqXE9UCUkVIy5T7EoYsieJ4PMU1oX9ko=";
+ sha256 = "sha256-ALAQh+iFhRhAMCwYDM0Bcww1K/xJ/AajZu/52baI3gQ=";
29
};
30
31
nativeBuildInputs = [
0 commit comments