Unverified Commit 80c81eab authored by Benedikt Ritter's avatar Benedikt Ritter
Browse files

gammastep: 2.0.9 -> 2.0.11

parent 0b0aa7b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -180,13 +180,13 @@ rec {

  gammastep = mkRedshift rec {
    pname = "gammastep";
    version = "2.0.9";
    version = "2.0.11";

    src = fetchFromGitLab {
      owner = "chinstrap";
      repo = pname;
      rev = "v${version}";
      hash = "sha256-EdVLBBIEjMu+yy9rmcxQf4zdW47spUz5SbBDbhmLjOU=";
      hash = "sha256-c8JpQLHHLYuzSC9bdymzRTF6dNqOLwYqgwUOpKcgAEU=";
    };

    meta = redshift.meta // {