bjumblr: 1.4.2 -> 1.6.6

(cherry picked from commit de9f169ecc89cf2c88c105b1a73080818911f0ec)
This commit is contained in:
Bart Brouns 2021-05-22 14:35:14 +02:00 committed by github-actions[bot]
parent d5d7312426
commit 8d914c1157
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "BJumblr";
version = "1.4.2";
version = "1.6.6";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "0kl6hrxmqrdf0195bfnzsa2h1073fgiqrfhg2276fm1954sm994v";
sha256 = "1nbxi54023vck3qgmr385cjzinmdnvz62ywb6bcksmc3shl080mg";
};
nativeBuildInputs = [ pkg-config ];