Merge pull request #180457 from r-ryantm/auto-update/clapper

clapper: 0.5.1 -> 0.5.2
This commit is contained in:
Bobby Rong 2022-07-27 21:11:07 +08:00 committed by GitHub
commit 3c0df56c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "clapper";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "Rafostar";
repo = pname;
rev = version;
sha256 = "sha256-o68IdI20gSwWCPI0g/BhUGF5ro6srXMy0JD1EgmY5ck=";
sha256 = "sha256-s+qdTq3/pHHstwr1W3Hs2Zje++iJFHM6hQTFoZD43bY=";
};
nativeBuildInputs = [