olive-editor 0.1.1 -> 0.1.2

This commit is contained in:
Arnout Engelen 2020-04-08 17:23:22 +02:00
parent ae6bdcc535
commit f0d12bf4f7
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -4,13 +4,13 @@
mkDerivation rec {
pname = "olive-editor";
version = "0.1.1";
version = "0.1.2";
src = fetchFromGitHub {
owner = "olive-editor";
repo = "olive";
rev = version;
sha256 = "15q4qwf5rc3adssywl72jrhkpqk55ihpd5h5wf07baw0s47vv5kq";
sha256 = "151g6jwhipgbq4llwib92sq23p1s9hm6avr7j4qq3bvykzrm8z1a";
};
nativeBuildInputs = [