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 { mkDerivation rec {
pname = "cutter"; pname = "cutter";
version = "2.0.1"; version = "2.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rizinorg"; owner = "rizinorg";
repo = "cutter"; repo = "cutter";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-IQCJOUgefSdMSa27E6I/CL35Kx5pHq/u+5Q0FHUAR1E="; sha256 = "sha256-CVVUXx6wt9vH3B7NrrlRGnOIrhXQPjV7GmX3O+KtMSM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };