3
0
Fork 0
forked from mirrors/nixpkgs

slack-theme-black: 2019-07-26 -> 2019-09-07

This commit is contained in:
Tim Steinbach 2019-09-09 08:19:08 -04:00
parent 5e3faee99f
commit c51eaf4398
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -1,13 +1,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
rev = "e2a6a9cd9da70175881ab991220c86aa87179509";
version = "2019-07-26";
rev = "779bf26f7d9754879fbc1e308fc35ee154fd4b97";
version = "2019-09-07";
pname = "slack-theme-black";
src = fetchgit { inherit rev;
url = "https://github.com/laCour/slack-night-mode";
sha256 = "1jwxy63qzgvr83idsgcg7yhm9kn0ybfji1m964c5c6ypzcm7j10v";
sha256 = "0p3wjwwchb0zw10rf5qlx7ffxryb42hixfrji36c57g1853qhw0f";
};
dontUnpack = true;