Merge pull request #190679 from bobby285271/cleanup-ouputHash

{arc, adapta}-kde-theme: remove ouputHash
This commit is contained in:
Bobby Rong 2022-09-10 22:50:20 +08:00 committed by GitHub
commit 8e33d1c6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
# Make this a fixed-output derivation
outputHashMode = "recursive";
outputHashAlgo = "sha256";
ouputHash = "0rxhk8sp81vb2mngqr7kn9vlqyliq9aqj2d25igcr01v5axbxbzb";
meta = {
description = "A port of the Adapta theme for Plasma";
homepage = "https://git.io/adapta-kde";

View File

@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
# Make this a fixed-output derivation
outputHashMode = "recursive";
outputHashAlgo = "sha256";
ouputHash = "2c2def57092a399aa1c450699cbb8639f47d751157b18db17";
meta = {
description = "A port of the arc theme for Plasma";
homepage = "https://git.io/arc-kde";