cassette: 0.2.1.g49 -> 0.2.2 (#521399)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-18 18:36:59 +00:00
committed by GitHub
+5 -3
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cassette";
version = "0.2.1.g49";
version = "0.2.2";
src = fetchFromGitHub {
owner = "Rirusha";
repo = "Cassette";
rev = "v${finalAttrs.version}";
hash = "sha256-1wIYEDaVlqNDS50MiYGqCtf5xGWou/g/YfZChTdQIns=";
hash = "sha256-CVUgiYppL0iSgbIjBSUmN1IdTuTvEL7U/tJyEQBy2T0=";
};
nativeBuildInputs = [
@@ -61,7 +61,9 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version-regex=^v([0-9].*)$" ];
};
meta = {
description = "GTK4/Adwaita application that allows you to use Yandex Music service on Linux operating systems";