Merge pull request #184633 from r-ryantm/auto-update/srain

This commit is contained in:
Winter 2022-08-01 23:36:56 -04:00 committed by GitHub
commit 928f4e5bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "srain";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "SrainApp";
repo = "srain";
rev = version;
sha256 = "sha256-oeC0zyDyh0lW1IMIJ9bjqryqz3Km4JJzRUxkO6LadoQ=";
sha256 = "sha256-zkSePzmbi/QnUYJO/henkxfhuN+BXTXtKGPW7M2QyBY=";
};
nativeBuildInputs = [