Unverified Commit 79d08eb1 authored by rewine's avatar rewine Committed by GitHub
Browse files

srain: 1.8.0 -> 1.8.1 (#415921)

parents a037ceaf 01c81254
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "srain";
  version = "1.8.0";
  version = "1.8.1";

  src = fetchFromGitHub {
    owner = "SrainApp";
    repo = "srain";
    rev = version;
    hash = "sha256-c5dy5dD5Eb/MVNCpLqIGNuafsrmgLjEfRfSxKVxu5wY=";
    hash = "sha256-F7TFCPTAU856403QNUUyf+10s/Yr4xDN/CarJNcUv4A=";
  };

  nativeBuildInputs = [