xob: 0.1.1 -> 0.2 (#82246)

gstqt5
R. RyanTM 2020-03-10 08:03:10 -07:00 committed by GitHub
parent dfc70d37f4
commit 8bbae030b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xob";
version = "0.1.1";
version = "0.2";
src = fetchFromGitHub {
owner = "florentc";
repo = pname;
rev = "v${version}";
sha256 = "0i163avpij8iy04a0wsds237sjqi5dfvi6ny2z8zicnl4crp34xg";
sha256 = "0jbj61adwrpscfaadjman4hbyxhxv3ac8b4d88d623samx6kbvkk";
};
nativeBuildInputs = [ pkg-config ];