coconutbattery: 3.9.12 -> 3.9.14

This commit is contained in:
Yifei Sun 2023-09-27 15:30:36 -04:00
parent bdce311b57
commit 78fb58888f
No known key found for this signature in database
GPG Key ID: D973170F9B86DB70

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "coconutbattery";
version = "3.9.12";
version = "3.9.14";
src = fetchzip {
url = "https://coconut-flavour.com/downloads/coconutBattery_${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}.zip";
hash = "sha256-8WxGjZbxUqchSIfvpK2RLifn7/TD5nau5hgMzLUiV2o=";
hash = "sha256-zKSPKwDBwxlyNJFurCLLGtba9gpizJCjOOAd81vdD5Q=";
};
dontPatch = true;