cinnamon.cjs: 2010-10-19 -> 4.8.2

This commit is contained in:
Maciej Krüger 2021-02-06 14:44:01 +01:00
parent 762e2aadb4
commit faaeacd1c6
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -2,7 +2,8 @@
, fetchFromGitHub , fetchFromGitHub
, gobject-introspection , gobject-introspection
, pkg-config , pkg-config
, lib, stdenv , lib
, stdenv
, wrapGAppsHook , wrapGAppsHook
, python3 , python3
, cairo , cairo
@ -27,14 +28,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cjs-unstable"; pname = "cjs";
version = "2020-10-19"; version = "4.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "cjs"; repo = "cjs";
rev = "befc11adb5ba10681464e6fa81b1a79f108ce61c"; rev = version;
hash = "sha256-F2t8uKV2r29NxX2+3mYp5x1bug2lwihJZTK1dSS8rPg="; hash = "sha256-6+zlWL0DmyP+RFp1ECA4XGbgYUlsMqqyTd6z46w99Ug=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];