pantheon.elementary-music: 7.0.1 -> 7.1.0

https://github.com/elementary/music/releases/tag/7.1.0
This commit is contained in:
Bobby Rong 2023-06-01 09:49:10 +08:00
parent 890c7a41e6
commit cc12b195fc
No known key found for this signature in database

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-music";
version = "7.0.1";
version = "7.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "music";
rev = version;
sha256 = "sha256-PttmC1Z3rX2XWCECc320HMs692hSBsxkmnh1Q8a/Mg8=";
sha256 = "sha256-L+E5gDtIgVkfmOIhzS7x8vtyMJYqx/UQpYMChrt2Tgo=";
};
nativeBuildInputs = [