Merge pull request #151480 from r-ryantm/auto-update/ksnip

ksnip: 1.9.1 -> 1.9.2
This commit is contained in:
Bobby Rong 2021-12-22 18:06:11 +08:00 committed by GitHub
commit 178ef9f7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ksnip";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "ksnip";
repo = "ksnip";
rev = "v${version}";
sha256 = "1izsk586n9fbm0di0hj6pxs7r0a6w554gpad1ghf247icr0pfc1l";
sha256 = "sha256-4EIb1cHmScnFN7IralBR5hnvPBCHNQRcTWEWYezoOcQ=";
};
nativeBuildInputs = [