3
0
Fork 0
forked from mirrors/nixpkgs

cutter: 2.0.1 -> 2.0.2

This commit is contained in:
Jörg Thalheim 2021-04-25 21:04:07 +02:00
parent 5a1acaeb4c
commit 9d38355a4a
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -11,13 +11,13 @@
mkDerivation rec {
pname = "cutter";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "rizinorg";
repo = "cutter";
rev = "v${version}";
sha256 = "sha256-IQCJOUgefSdMSa27E6I/CL35Kx5pHq/u+5Q0FHUAR1E=";
sha256 = "sha256-CVVUXx6wt9vH3B7NrrlRGnOIrhXQPjV7GmX3O+KtMSM=";
fetchSubmodules = true;
};