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

ksnip: 1.9.2 -> 1.10.0
This commit is contained in:
Bobby Rong 2022-07-30 11:17:00 +08:00 committed by GitHub
commit 2174c9d03f
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.2";
version = "1.10.0";
src = fetchFromGitHub {
owner = "ksnip";
repo = "ksnip";
rev = "v${version}";
sha256 = "sha256-4EIb1cHmScnFN7IralBR5hnvPBCHNQRcTWEWYezoOcQ=";
sha256 = "sha256-a5mS2mrbs0CyZ83hwwFdherq6kMS93ItQIDKu1AjnN4=";
};
nativeBuildInputs = [