deskew: fix src

This commit is contained in:
Raghav Sood
2020-11-18 14:37:57 +00:00
parent 0365749e68
commit 3995576010

View File

@@ -1,13 +1,13 @@
{ stdenv, fetchFromBitbucket, libtiff, fpc }:
{ stdenv, fetchFromGitHub, libtiff, fpc }:
stdenv.mkDerivation rec {
pname = "deskew";
version = "1.25";
src = fetchFromBitbucket {
src = fetchFromGitHub {
owner = "galfar";
repo = "app-deskew";
repo = pname;
rev = "v${version}";
sha256 = "0zjjj66qhgqkmfxl3q7p78dv4xl4ci918pgl4d5259pqdj1bfgc8";
};