ecwolf: 1.4.0 -> 1.4.1

Release announcement: <https://maniacsvault.net/entry92>
Changelog: <https://maniacsvault.net/ecwolf/wiki/Version_history#2023>
This commit is contained in:
Jason Yundt 2023-02-05 06:56:06 -05:00
parent 92c07c877c
commit 7e82811db2

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "ecwolf";
version = "1.4.0";
version = "1.4.1";
src = fetchFromBitbucket {
owner = pname;
repo = pname;
rev = version;
sha256 = "n1G1zvfE1l42fbJ7ZaMdV0QXn45PjMpaaZTDQAOBtYk=";
sha256 = "V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
};
nativeBuildInputs = [ cmake copyDesktopItems pkg-config ];