quickshell: 0.1.0 -> 0.2.0 (#428787)

authored by Aleksana and committed by GitHub 8d8d894c 8adae681

+3 -3
+3 -3
pkgs/by-name/qu/quickshell/package.nix
··· 22 }: 23 stdenv.mkDerivation (finalAttrs: { 24 pname = "quickshell"; 25 - version = "0.1.0"; 26 27 # github mirror: https://github.com/quickshell-mirror/quickshell 28 src = fetchFromGitea { ··· 30 owner = "quickshell"; 31 repo = "quickshell"; 32 tag = "v${finalAttrs.version}"; 33 - hash = "sha256-DdE50ZJN/mKsSF/vc9hrMboOeJ7BST5DD6GNEXgVbWg="; 34 }; 35 36 nativeBuildInputs = [ ··· 72 dontStrip = false; 73 74 meta = { 75 - homepage = "https://quickshell.outfoxxed.me"; 76 description = "Flexbile QtQuick based desktop shell toolkit"; 77 license = lib.licenses.lgpl3Only; 78 platforms = lib.platforms.linux;
··· 22 }: 23 stdenv.mkDerivation (finalAttrs: { 24 pname = "quickshell"; 25 + version = "0.2.0"; 26 27 # github mirror: https://github.com/quickshell-mirror/quickshell 28 src = fetchFromGitea { ··· 30 owner = "quickshell"; 31 repo = "quickshell"; 32 tag = "v${finalAttrs.version}"; 33 + hash = "sha256-vqkSDvh7hWhPvNjMjEDV4KbSCv2jyl2Arh73ZXe274k="; 34 }; 35 36 nativeBuildInputs = [ ··· 72 dontStrip = false; 73 74 meta = { 75 + homepage = "https://quickshell.org"; 76 description = "Flexbile QtQuick based desktop shell toolkit"; 77 license = lib.licenses.lgpl3Only; 78 platforms = lib.platforms.linux;