focus-stack: 1.4 -> 1.5 (#479134)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-16 04:33:32 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "focus-stack";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "PetteriAimonen";
repo = "focus-stack";
rev = version;
hash = "sha256-SoECgBMjWI+n7H6p3hf8J5E9UCLHGiiz5WAsEEioJsU=";
hash = "sha256-hIaK8hjeuu6w/8nh9DHOffqZufQdqB1/VQRezCPQIPk=";
};
nativeBuildInputs = [