coost: 3.0.0 -> 3.0.2

This commit is contained in:
Sigmanificient 2024-05-09 00:28:45 +02:00
parent 731666d8d7
commit 5dc5f11215

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "coost";
version = "3.0.0";
version = "3.0.2";
src = fetchFromGitHub {
owner = "idealvin";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qpJh1yl0lYYszNHGo5Jkbzal2hnVzg7UUxiyg/Grva8=";
sha256 = "sha256-HbMenAL/UWsqQ1o7cMeWfwXkLh4GxIKV7iuZQD3hDA8=";
};
postPatch = ''