Merge pull request #246550 from azuwis/dualsensectl

dualsensectl: 0.3 -> 0.4
This commit is contained in:
Nick Cao 2023-08-01 18:35:40 -06:00 committed by GitHub
commit f5a065fdaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''