dualsensectl: 0.3 -> 0.4

This commit is contained in:
Zhong Jianxin 2023-08-01 19:07:37 +08:00
parent 714bd4a3e3
commit bd4a2f50d9

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dualsensectl";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "nowrep";
repo = "dualsensectl";
rev = "v${version}";
hash = "sha256-OZmZ+ENBBKzRZ9jLIn9Bz7oGYrSAjZ5XlOR9fpN0cZs=";
hash = "sha256-DrPVzbaLO2NgjNcEFyCs2W+dlbdpBeRX1ZfFenqz7IY=";
};
postPatch = ''