cassette: 0.2.0 -> 0.2.1 (#386362)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-24 23:18:01 +01:00
committed by GitHub

View File

@@ -19,17 +19,18 @@
libxml2,
sqlite,
webkitgtk_6_0,
nix-update-script,
}:
stdenv.mkDerivation rec {
pname = "cassette";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "Rirusha";
repo = "Cassette";
rev = "ver-${version}";
hash = "sha256-x9BRoLXrCO/7pI392MbO6m39rmpiOdCcp+pOLG6+k/s=";
rev = "v${version}";
hash = "sha256-DXCOrCntOgUPYMVRqC4jDNTFgUjShCBoYQgLtSnuz6U=";
};
nativeBuildInputs = [
@@ -60,6 +61,8 @@ stdenv.mkDerivation rec {
strictDeps = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "GTK4/Adwaita application that allows you to use Yandex Music service on Linux operating systems";
homepage = "https://github.com/Rirusha/Cassette";