skyscraper: 3.16.0 -> 3.16.1

This commit is contained in:
R. Ryantm
2025-03-23 08:28:50 +00:00
parent f9ec383a10
commit aaf279513f
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "skyscraper";
version = "3.16.0";
version = "3.16.1";
src = fetchFromGitHub {
owner = "Gemba";
repo = "skyscraper";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-r+9qhkLKhjtYZUqUM5zvzqo7nxvIKtQN5oC/VACDbBM=";
hash = "sha256-9brCKUIXuBC4T9655HUI/BZ6g0ABdAWf7QrE5Y0kSzw=";
};
strictDeps = true;