cassette: 0.2.1 -> 0.2.1.g49

This commit is contained in:
R. Ryantm
2025-09-25 23:16:45 +00:00
parent 5afaa3672f
commit a82d21afe2

View File

@@ -24,13 +24,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cassette"; pname = "cassette";
version = "0.2.1"; version = "0.2.1.g49";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Rirusha"; owner = "Rirusha";
repo = "Cassette"; repo = "Cassette";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DXCOrCntOgUPYMVRqC4jDNTFgUjShCBoYQgLtSnuz6U="; hash = "sha256-1wIYEDaVlqNDS50MiYGqCtf5xGWou/g/YfZChTdQIns=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [