[Backport release-26.05] still: 0.0.9 -> 0.0.10 (#554757)

This commit is contained in:
Nick Cao
2026-08-20 21:12:04 +00:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "still";
version = "0.0.9";
version = "0.0.10";
src = fetchFromGitHub {
owner = "faergeek";
repo = "still";
tag = "v${finalAttrs.version}";
hash = "sha256-bZo4SvBB5pSdvwxuE3+A2iz1um1kSZQ62chR0lOjpj8=";
hash = "sha256-4ysI2U4k93ccC8gRoA+AcgTamSIL1ficLfqS8bc8vlY=";
};
nativeBuildInputs = [