Unverified Commit 0cef2f83 authored by Julien Malka's avatar Julien Malka Committed by GitHub
Browse files

Merge pull request #324621 from r-ryantm/auto-update/powerjoular

parents 78a93368 bcb82e33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "powerjoular";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "joular";
    repo = pname;
    rev = version;
    hash = "sha256-3YKoxZTh9ScudAtsE4CJUbcallm7/vvxIdXwaOZt2hA=";
    hash = "sha256-1XNXe5EZHB1kK2C5oyRt4TzfjZivW9DOEvS1MxJHC8E=";
  };

  nativeBuildInputs = [