Merge pull request #169165 from r-ryantm/auto-update/mpris-scrobbler

mpris-scrobbler: 0.4.90 -> 0.4.95
This commit is contained in:
Bobby Rong 2022-05-17 16:04:56 +08:00 committed by GitHub
commit 91e2f18eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "mpris-scrobbler";
version = "0.4.90";
version = "0.4.95";
src = fetchFromGitHub {
owner = "mariusor";
repo = "mpris-scrobbler";
rev = "v${version}";
sha256 = "sha256-+Y5d7yFOnSk2gQS/m/01ofbNeDCLXb+cTTlHj4bgO0M=";
sha256 = "sha256-Cqf0egS4XSDiKLdizNHPdS0Zt3jQxw9e78S7n23CuKI=";
};
postPatch = ''