pantheon.contractor: 0.3.4 -> 0.3.5

This commit is contained in:
Bobby Rong 2021-07-18 12:10:52 +08:00
parent 88b3b9d847
commit a3b7f0cd34
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "contractor";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-FHLecRxTE8v3M7cV6rkQKNhPhKFhuhvkzB5C+u7Z+Ms=";
sha256 = "1sqww7zlzl086pjww3d21ah1g78lfrc9aagrqhmsnnbji9gwb8ab";
};
passthru = {