Commit bcb82e33 authored by R. RyanTM's avatar R. RyanTM
Browse files

powerjoular: 1.0.0 -> 1.0.1

parent 381a94c1
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 = [