Unverified Commit f5a065fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246550 from azuwis/dualsensectl

dualsensectl: 0.3 -> 0.4
parents fc382aa3 bd4a2f50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''