cinnamon.cjs: 5.8.0 -> 6.0.0

https://github.com/linuxmint/cjs/compare/5.8.0...6.0.0
This commit is contained in:
Bobby Rong 2023-11-19 23:00:39 +08:00
parent 4155ccd1c8
commit 4253d19b64
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "cjs";
version = "5.8.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cjs";
rev = version;
hash = "sha256-DKCe8dKdYfdeWQ9Iqr0AmDU7YDN9QrQGdTkrBV/ywV0=";
hash = "sha256-oSqEAZWEVb8NxFTScl8s5Mb04tCGDyVVslYW00s4YYk=";
};
outputs = [ "out" "dev" ];